-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes 13896: fix fullyQualifiedName field mapping for database schema search #13898
Fixes 13896: fix fullyQualifiedName field mapping for database schema search #13898
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
more thorough analysis of elasticsearch index mappings shows that fullyQualifiedName is sometimes of text type, sometimes as keyword - unless this is a deliberate choice I would suggest refactoring to store always as keyword. I didn't want to do this in this PR as I don't know full scope of dependencies so I think this PR should be as minimal as possible to unblock the feature I've noticed broken by this. |
openmetadata-service/src/main/resources/elasticsearch/en/database_schema_index_mapping.json
Outdated
Show resolved
Hide resolved
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed! |
… search (#13898) * fix fqn field mapping for database schema search * 👌 Updating code due to code review changes. --------- Co-authored-by: 07Himank <[email protected]>
… search (#13898) * fix fqn field mapping for database schema search * 👌 Updating code due to code review changes. --------- Co-authored-by: 07Himank <[email protected]>
Describe your changes:
Fixes 13896
I worked on elasticsearch mapping fix because current one breaks functionality of searching through schemas in database view.
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>